golang.org/x/net/http2.serverConn.writingFrame (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L635: writingFrame bool // started writing a frame (on serve goroutine or separate)
server.go#L1050: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1260: if sc.writingFrame {
server.go#L1289: sc.writingFrame = true
server.go#L1317: if !sc.writingFrame {
server.go#L1320: sc.writingFrame = false
server.go#L1381: if sc.writingFrame || sc.inFrameScheduleLoop {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)